home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / util / sys / meminfo.lha / MemInfo / MemInfo.doc < prev    next >
Encoding:
Text File  |  1996-08-17  |  2.3 KB  |  71 lines

  1.  
  2. MemInfo V1.0 © 1996 by Henri Veisterä
  3. =====================================
  4. -------------------------------------
  5.  
  6.  
  7. Intro
  8. =====
  9.  
  10. MemInfo is a simple util run from the CLI.  OS 2.0 (V36) is required.
  11.  
  12. MemInfo displays information on your current memory configuration.  It can
  13. be used as an replacement for Avail as it offers all the same options.
  14.  
  15. The idea for this util came from the AMIGA Realtime Monitor by Franz-Josef
  16. Mertens.
  17.  
  18. I use MemInfo to see how much I have the really fast 32-bit mem left since
  19. Avail tells me only the total fast mem values and I have both 16-bit and
  20. 32-bit fast mem.
  21.  
  22. MemInfo is PD.  The source is included for your enjoyment.
  23.  
  24.  
  25. Output
  26. ======
  27.  
  28. A sample output:
  29.  
  30. Lower    Upper     Pri    Max In-Use   Free Largest Attrib Name
  31. 08C00030 09000000    8  4095k  1225k  2870k   2807k P-F--- CSA 32-bit DRAM
  32. 00280020 00400000    0  1535k   124k  1411k   1355k P-F-DK expansion memory
  33. 00003020 00100000  -10  1011k   394k   617k    615k PC-LDK chip memory
  34.  
  35.         total:          6641k  1743k  4898k   2807k 
  36.  
  37. 'Lower' is the lower memory bound for this Memory Region in hex.
  38. 'Upper' is the upper memory bound+1 for this Memory Region in hex.
  39. 'Pri' is the current allocation priority of this Region (higher first).
  40. 'Max' is the total amount of memory in this Region in kilobytes.
  41. 'In-Use' is the amount of memory currently in use in this Region.
  42. 'Free' is the amount of memory currently available in this Region.
  43. 'Largest' is the largest free block of memory you have in this Region.
  44.  
  45. 'Attrib' are the characteristics of this Region:
  46. P = Region can be used as PUBLIC memory
  47.     (must not be mapped, swapped, or otherwise made non-addressable.)
  48. C = Region is CHIP memory ie. addressable by the Amiga custom chips
  49.     (screen memory, images that are blitted, audio data, copper lists, sprites)
  50. F = Region is FAST memory
  51.     (non-chip memory)
  52. L = Region is LOCAL memory
  53.     (This is memory that will not go away after the CPU RESET instruction.)
  54. D = Region is memory that is within the address range of 24-bit DMA devices.
  55.     (Zorro-II)
  56. K = Region can be used as KICK memory
  57.     (Memory that can be used for KickTag stuff)
  58.  
  59. 'Name' is the name for this Region.
  60. 'Total' are the total sums of the 'Max', 'In-Use' and 'Free' and the
  61. largest of 'Largest'.
  62.  
  63.  
  64. Author
  65. ======
  66.  
  67. You can contact me (Henri Veisterä) through the net via
  68. hveister@snakemail.hut.fi .
  69.  
  70.  
  71.